home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / primgad / p3pathle.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  733 b   |  36 lines

  1.  
  2. // JavaScript wrapper for p3pathle.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_PATHLEVELGADGET_H = 1;
  7. include("real/primgad/p3constructor.js")
  8.  
  9.  
  10. var R3CLID_PATHLEVELGADGET = 782;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Private. Used for mapchanges.    
  16.  
  17. R3PALGM_SETCONSTANTSPEED = 782001;
  18.  
  19. function mR3PALGM_SETCONSTANTSPEED() {
  20.   DoA(this.r3obj, 782001, 0, R3TID_INTEGER, 0);
  21. }
  22.  
  23.  
  24.  
  25. function r3Pathlevelgadget () { 
  26.    this.base = r3God;
  27.    if(arguments.length) {
  28.       this.base(R3CLID_PATHLEVELGADGET, arguments);
  29.    }
  30.    // Methods
  31.    this.SETCONSTANTSPEED=mR3PALGM_SETCONSTANTSPEED;
  32.  
  33. }
  34.  
  35. r3Pathlevelgadget.prototype=new r3Constructorpropertygadget;
  36. // p3pathle.h_H